go/types._TypeSet.IsComparable (method)

3 uses

	go/types (current package)
		interface.go#L123: func (t *Interface) IsComparable() bool { return t.typeSet().IsComparable(nil) }
		predicates.go#L147: 		return dynamic && !isTypeParam(T) || t.typeSet().IsComparable(seen)
		typeset.go#L42: func (s *_TypeSet) IsComparable(seen map[Type]bool) bool {